Html Css Color HEX #333B4B Cloud Burst

📋 copy color: '#333B4B'

red 51 ◦ green 59 ◦ blue 75

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

Shades of Cloud Burst #333B4B

Tints of Cloud Burst #333B4B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 31.89%

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

R = 27.57%
G = 31.89%
B = 40.54%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#333B4B (or 0x333B4B) is known color: Cloud Burst. HEX triplet: 33, 3B and 4B. RGB value is (51,59,75). Sum of RGB (Red+Green+Blue) = 51+59+75=185 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.57% from 185); Green value is 59 (23.44% from 255 or 31.89% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 75 - color contains mainly: blue. Hex color #333B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333B4B is #CCC4B4. Grayscale: #3A3A3A. Windows color (decimal): -13419701 or 4930355. OLE color: 4930355.

HSL color Cylindrical-coordinate representation of color #333B4B: hue angle of 220º 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 #333B4B is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 51 59 75 -
CMYK 0.32 0.21 0 0.71
HSL 220º 0.19% 0.25% -
HSV(B) 220º 0.32% 0.29% -
XYZ 4.2 4.34 7.27 -
YUV 58.43 137.35 122.7 -
System Red Green Blue C M Y K H S L
Decimal 51 59 75 0.32 0.21 0 0.71 220 0.19 0.25
Hex 33 3B 4B 20 15 0 47 DC 13 19
Octal 63 73 113 40 25 0 107 334 23 31
Binary 110011 111011 1001011 100000 10101 0 1000111 11011100 10011 11001

Color Harmonies of #333B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333B4B

Black with #333B4B

Text Example


Text Example

White with #333B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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