Html Css Color HEX #338CCD Curious Blue

📋 copy color: '#338CCD'

red 51 ◦ green 140 ◦ blue 205

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

Shades of Curious Blue #338CCD

Tints of Curious Blue #338CCD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.35%

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

R = 12.88%
G = 35.35%
B = 51.77%

CMYK

 C value IS 0.75

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#338CCD (or 0x338CCD) is known color: Curious Blue. HEX triplet: 33, 8C and CD. RGB value is (51,140,205). Sum of RGB (Red+Green+Blue) = 51+140+205=396 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.88% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #338CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338CCD is #CC7332. Grayscale: #787878. Windows color (decimal): -13398835 or 13470771. OLE color: 13470771.

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

Color convert

RGB 51 140 205 -
CMYK 0.75 0.32 0 0.20
HSL 205.32º 0.61% 0.5% -
HSV(B) 205.32º 0.75% 0.8% -
XYZ 21.76 23.87 61.22 -
YUV 120.8 175.51 78.21 -
System Red Green Blue C M Y K H S L
Decimal 51 140 205 0.75 0.32 0 0.20 205.32 0.61 0.5
Hex 33 8C CD 4B 20 0 14 CD 3D 32
Octal 63 214 315 113 40 0 24 315 75 62
Binary 110011 10001100 11001101 1001011 100000 0 10100 11001101 111101 110010

Color Harmonies of #338CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338CCD

Black with #338CCD

Text Example


Text Example

White with #338CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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