Html Css Color HEX #338ECB Curious Blue

📋 copy color: '#338ECB'

red 51 ◦ green 142 ◦ blue 203

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

Shades of Curious Blue #338ECB

Tints of Curious Blue #338ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.26%

R = 12.88%
G = 35.86%
B = 51.26%

CMYK

 C value IS 0.75

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#338ECB (or 0x338ECB) is known color: Curious Blue. HEX triplet: 33, 8E and CB. RGB value is (51,142,203). Sum of RGB (Red+Green+Blue) = 51+142+203=396 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.88% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #338ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338ECB is #CC7134. Grayscale: #797979. Windows color (decimal): -13398325 or 13340211. OLE color: 13340211.

HSL color Cylindrical-coordinate representation of color #338ECB: hue angle of 204.08º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #338ECB is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 142 203 -
CMYK 0.75 0.30 0 0.20
HSL 204.08º 0.6% 0.5% -
HSV(B) 204.08º 0.75% 0.8% -
XYZ 21.82 24.36 60.05 -
YUV 121.75 173.85 77.54 -
System Red Green Blue C M Y K H S L
Decimal 51 142 203 0.75 0.30 0 0.20 204.08 0.6 0.5
Hex 33 8E CB 4B 1E 0 14 CC 3C 32
Octal 63 216 313 113 36 0 24 314 74 62
Binary 110011 10001110 11001011 1001011 11110 0 10100 11001100 111100 110010

Color Harmonies of #338ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338ECB

Black with #338ECB

Text Example


Text Example

White with #338ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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