Html Css Color HEX #338EC9 Curious Blue

📋 copy color: '#338EC9'

red 51 ◦ green 142 ◦ blue 201

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

Shades of Curious Blue #338EC9

Tints of Curious Blue #338EC9

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.04%

 BLUE value IS 201 (78.91% from 255) = 51.02%

R = 12.94%
G = 36.04%
B = 51.02%

CMYK

 C value IS 0.75

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#338EC9 (or 0x338EC9) is known color: Curious Blue. HEX triplet: 33, 8E and C9. RGB value is (51,142,201). Sum of RGB (Red+Green+Blue) = 51+142+201=394 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.94% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 201 (78.91% from 255 or 51.02% from 394); Max value from RGB is 201 - color contains mainly: blue. Hex color #338EC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338EC9 is #CC7136. Grayscale: #797979. Windows color (decimal): -13398327 or 13209139. OLE color: 13209139.

HSL color Cylindrical-coordinate representation of color #338EC9: hue angle of 203.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #338EC9 is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 51 142 201 -
CMYK 0.75 0.29 0 0.21
HSL 203.6º 0.6% 0.49% -
HSV(B) 203.6º 0.75% 0.79% -
XYZ 21.58 24.27 58.8 -
YUV 121.52 172.85 77.7 -
System Red Green Blue C M Y K H S L
Decimal 51 142 201 0.75 0.29 0 0.21 203.6 0.6 0.49
Hex 33 8E C9 4B 1D 0 15 CC 3C 31
Octal 63 216 311 113 35 0 25 314 74 61
Binary 110011 10001110 11001001 1001011 11101 0 10101 11001100 111100 110001

Color Harmonies of #338EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338EC9

Black with #338EC9

Text Example


Text Example

White with #338EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,142,201); }

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

background-color css

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

 a { background-color: rgb(51,142,201); }

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

border-color css

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

 span { border-color: rgb(51,142,201); }

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