Html Css Color HEX #338CBA Curious Blue

📋 copy color: '#338CBA'

red 51 ◦ green 140 ◦ blue 186

#338CBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #338CBA

Tints of Curious Blue #338CBA

RGB

 RED value IS 51 (20.31% from 255) = 13.53%

 GREEN value IS 140 (55.08% from 255) = 37.14%

 BLUE value IS 186 (73.05% from 255) = 49.34%

R = 13.53%
G = 37.14%
B = 49.34%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#338CBA (or 0x338CBA) is known color: Curious Blue. HEX triplet: 33, 8C and BA. RGB value is (51,140,186). Sum of RGB (Red+Green+Blue) = 51+140+186=377 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.53% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #338CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338CBA is #CC7345. Grayscale: #767676. Windows color (decimal): -13398854 or 12225587. OLE color: 12225587.

HSL color Cylindrical-coordinate representation of color #338CBA: hue angle of 200.44º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #338CBA is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 140 186 -
CMYK 0.73 0.25 0 0.27
HSL 200.44º 0.57% 0.46% -
HSV(B) 200.44º 0.73% 0.73% -
XYZ 19.61 23.01 49.86 -
YUV 118.63 166.01 79.76 -
System Red Green Blue C M Y K H S L
Decimal 51 140 186 0.73 0.25 0 0.27 200.44 0.57 0.46
Hex 33 8C BA 49 19 0 1B C8 39 2E
Octal 63 214 272 111 31 0 33 310 71 56
Binary 110011 10001100 10111010 1001001 11001 0 11011 11001000 111001 101110

Color Harmonies of #338CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338CBA

Black with #338CBA

Text Example


Text Example

White with #338CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338CBA; }

 p { color: rgb(51,140,186); }

 H1.HeaderClassName
 {
   color: #338CBA;
 }
 .AnyTagClassName
 {
   color: #338CBA;
 }
</style>

background-color css

<style>
 a { background-color: #338CBA; }

 a { background-color: rgb(51,140,186); }

 div.DivClassName
 {
   background-color: #338CBA;
 }
 .BgClassName
 {
   background-color: #338CBA;
 }
</style>

border-color css

<style>
 span { border-color: #338CBA; }

 span { border-color: rgb(51,140,186); }

 td.TdClassName
 {
   border-color: #338CBA;
 }
 .TagClassName
 {
   border-color: #338CBA;
 }
</style>