Html Css Color HEX #333A4E Cloud Burst

📋 copy color: '#333A4E'

red 51 ◦ green 58 ◦ blue 78

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

Shades of Cloud Burst #333A4E

Tints of Cloud Burst #333A4E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 31.02%

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

R = 27.27%
G = 31.02%
B = 41.71%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#333A4E (or 0x333A4E) is known color: Cloud Burst. HEX triplet: 33, 3A and 4E. RGB value is (51,58,78). Sum of RGB (Red+Green+Blue) = 51+58+78=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 58 (23.05% from 255 or 31.02% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 78 - color contains mainly: blue. Hex color #333A4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333A4E is #CCC5B1. Grayscale: #3A3A3A. Windows color (decimal): -13419954 or 5126707. OLE color: 5126707.

HSL color Cylindrical-coordinate representation of color #333A4E: hue angle of 224.44º 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 #333A4E is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 58 78 -
CMYK 0.35 0.26 0 0.69
HSL 224.44º 0.21% 0.25% -
HSV(B) 224.44º 0.35% 0.31% -
XYZ 4.25 4.28 7.81 -
YUV 58.19 139.18 122.87 -
System Red Green Blue C M Y K H S L
Decimal 51 58 78 0.35 0.26 0 0.69 224.44 0.21 0.25
Hex 33 3A 4E 23 1A 0 45 E0 15 19
Octal 63 72 116 43 32 0 105 340 25 31
Binary 110011 111010 1001110 100011 11010 0 1000101 11100000 10101 11001

Color Harmonies of #333A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333A4E

Black with #333A4E

Text Example


Text Example

White with #333A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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