Html Css Color HEX #338FCD Curious Blue

📋 copy color: '#338FCD'

red 51 ◦ green 143 ◦ blue 205

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

Shades of Curious Blue #338FCD

Tints of Curious Blue #338FCD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.84%

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

R = 12.78%
G = 35.84%
B = 51.38%

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

#338FCD (or 0x338FCD) is known color: Curious Blue. HEX triplet: 33, 8F and CD. RGB value is (51,143,205). Sum of RGB (Red+Green+Blue) = 51+143+205=399 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.78% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #338FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338FCD is #CC7032. Grayscale: #7A7A7A. Windows color (decimal): -13398067 or 13471539. OLE color: 13471539.

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

Color convert

RGB 51 143 205 -
CMYK 0.75 0.30 0 0.20
HSL 204.16º 0.61% 0.5% -
HSV(B) 204.16º 0.75% 0.8% -
XYZ 22.21 24.76 61.37 -
YUV 122.56 174.52 76.96 -
System Red Green Blue C M Y K H S L
Decimal 51 143 205 0.75 0.30 0 0.20 204.16 0.61 0.5
Hex 33 8F CD 4B 1E 0 14 CC 3D 32
Octal 63 217 315 113 36 0 24 314 75 62
Binary 110011 10001111 11001101 1001011 11110 0 10100 11001100 111101 110010

Color Harmonies of #338FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338FCD

Black with #338FCD

Text Example


Text Example

White with #338FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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