Html Css Color HEX #338ECD Curious Blue

📋 copy color: '#338ECD'

red 51 ◦ green 142 ◦ blue 205

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

Shades of Curious Blue #338ECD

Tints of Curious Blue #338ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.51%

R = 12.81%
G = 35.68%
B = 51.51%

CMYK

 C value IS 0.75

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#338ECD (or 0x338ECD) is known color: Curious Blue. HEX triplet: 33, 8E and CD. RGB value is (51,142,205). Sum of RGB (Red+Green+Blue) = 51+142+205=398 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.81% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #338ECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338ECD is #CC7132. Grayscale: #797979. Windows color (decimal): -13398323 or 13471283. OLE color: 13471283.

HSL color Cylindrical-coordinate representation of color #338ECD: hue angle of 204.55º degrees, saturation: 0.61, 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 #338ECD is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 142 205 -
CMYK 0.75 0.31 0 0.20
HSL 204.55º 0.61% 0.5% -
HSV(B) 204.55º 0.75% 0.8% -
XYZ 22.06 24.46 61.32 -
YUV 121.97 174.85 77.38 -
System Red Green Blue C M Y K H S L
Decimal 51 142 205 0.75 0.31 0 0.20 204.55 0.61 0.5
Hex 33 8E CD 4B 1F 0 14 CD 3D 32
Octal 63 216 315 113 37 0 24 315 75 62
Binary 110011 10001110 11001101 1001011 11111 0 10100 11001101 111101 110010

Color Harmonies of #338ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338ECD

Black with #338ECD

Text Example


Text Example

White with #338ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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