Html Css Color HEX #333D4E Cloud Burst

📋 copy color: '#333D4E'

red 51 ◦ green 61 ◦ blue 78

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

Shades of Cloud Burst #333D4E

Tints of Cloud Burst #333D4E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 32.11%

 BLUE value IS 78 (30.86% from 255) = 41.05%

R = 26.84%
G = 32.11%
B = 41.05%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#333D4E (or 0x333D4E) is known color: Cloud Burst. HEX triplet: 33, 3D and 4E. RGB value is (51,61,78). Sum of RGB (Red+Green+Blue) = 51+61+78=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 61 (24.22% from 255 or 32.11% from 190); Blue value is 78 (30.86% from 255 or 41.05% from 190); Max value from RGB is 78 - color contains mainly: blue. Hex color #333D4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333D4E is #CCC2B1. Grayscale: #3B3B3B. Windows color (decimal): -13419186 or 5127475. OLE color: 5127475.

HSL color Cylindrical-coordinate representation of color #333D4E: hue angle of 217.78º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #333D4E is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 61 78 -
CMYK 0.35 0.22 0 0.69
HSL 217.78º 0.21% 0.25% -
HSV(B) 217.78º 0.35% 0.31% -
XYZ 4.41 4.59 7.86 -
YUV 59.95 138.19 121.62 -
System Red Green Blue C M Y K H S L
Decimal 51 61 78 0.35 0.22 0 0.69 217.78 0.21 0.25
Hex 33 3D 4E 23 16 0 45 DA 15 19
Octal 63 75 116 43 26 0 105 332 25 31
Binary 110011 111101 1001110 100011 10110 0 1000101 11011010 10101 11001

Color Harmonies of #333D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333D4E

Black with #333D4E

Text Example


Text Example

White with #333D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,61,78); }

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

background-color css

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

 a { background-color: rgb(51,61,78); }

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

border-color css

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

 span { border-color: rgb(51,61,78); }

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