Html Css Color HEX #338EC8 Curious Blue

📋 copy color: '#338EC8'

red 51 ◦ green 142 ◦ blue 200

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

Shades of Curious Blue #338EC8

Tints of Curious Blue #338EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 50.89%

R = 12.98%
G = 36.13%
B = 50.89%

CMYK

 C value IS 0.74

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#338EC8 (or 0x338EC8) is known color: Curious Blue. HEX triplet: 33, 8E and C8. RGB value is (51,142,200). Sum of RGB (Red+Green+Blue) = 51+142+200=393 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.98% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 200 (78.52% from 255 or 50.89% from 393); Max value from RGB is 200 - color contains mainly: blue. Hex color #338EC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338EC8 is #CC7137. Grayscale: #797979. Windows color (decimal): -13398328 or 13143603. OLE color: 13143603.

HSL color Cylindrical-coordinate representation of color #338EC8: hue angle of 203.36º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #338EC8 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 51 142 200 -
CMYK 0.74 0.29 0 0.22
HSL 203.36º 0.59% 0.49% -
HSV(B) 203.36º 0.75% 0.78% -
XYZ 21.46 24.22 58.19 -
YUV 121.4 172.35 77.78 -
System Red Green Blue C M Y K H S L
Decimal 51 142 200 0.74 0.29 0 0.22 203.36 0.59 0.49
Hex 33 8E C8 4A 1D 0 16 CB 3B 31
Octal 63 216 310 112 35 0 26 313 73 61
Binary 110011 10001110 11001000 1001010 11101 0 10110 11001011 111011 110001

Color Harmonies of #338EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338EC8

Black with #338EC8

Text Example


Text Example

White with #338EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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