Html Css Color HEX #333C4B Cloud Burst

📋 copy color: '#333C4B'

red 51 ◦ green 60 ◦ blue 75

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

Shades of Cloud Burst #333C4B

Tints of Cloud Burst #333C4B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 32.26%

 BLUE value IS 75 (29.69% from 255) = 40.32%

R = 27.42%
G = 32.26%
B = 40.32%

CMYK

 C value IS 0.32

 M value IS 0.20

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#333C4B (or 0x333C4B) is known color: Cloud Burst. HEX triplet: 33, 3C and 4B. RGB value is (51,60,75). Sum of RGB (Red+Green+Blue) = 51+60+75=186 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.42% from 186); Green value is 60 (23.83% from 255 or 32.26% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 75 - color contains mainly: blue. Hex color #333C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333C4B is #CCC3B4. Grayscale: #3A3A3A. Windows color (decimal): -13419445 or 4930611. OLE color: 4930611.

HSL color Cylindrical-coordinate representation of color #333C4B: hue angle of 217.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #333C4B is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 51 60 75 -
CMYK 0.32 0.20 0 0.71
HSL 217.5º 0.19% 0.25% -
HSV(B) 217.5º 0.32% 0.29% -
XYZ 4.25 4.44 7.29 -
YUV 59.02 137.02 122.28 -
System Red Green Blue C M Y K H S L
Decimal 51 60 75 0.32 0.20 0 0.71 217.5 0.19 0.25
Hex 33 3C 4B 20 14 0 47 DA 13 19
Octal 63 74 113 40 24 0 107 332 23 31
Binary 110011 111100 1001011 100000 10100 0 1000111 11011010 10011 11001

Color Harmonies of #333C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333C4B

Black with #333C4B

Text Example


Text Example

White with #333C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333C4B; }

 p { color: rgb(51,60,75); }

 H1.HeaderClassName
 {
   color: #333C4B;
 }
 .AnyTagClassName
 {
   color: #333C4B;
 }
</style>

background-color css

<style>
 a { background-color: #333C4B; }

 a { background-color: rgb(51,60,75); }

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

border-color css

<style>
 span { border-color: #333C4B; }

 span { border-color: rgb(51,60,75); }

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