Html Css Color HEX #343F4E Cloud Burst

📋 copy color: '#343F4E'

red 52 ◦ green 63 ◦ blue 78

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

Shades of Cloud Burst #343F4E

Tints of Cloud Burst #343F4E

RGB

 RED value IS 52 (20.7% from 255) = 26.94%

 GREEN value IS 63 (25% from 255) = 32.64%

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

R = 26.94%
G = 32.64%
B = 40.41%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#343F4E (or 0x343F4E) is known color: Cloud Burst. HEX triplet: 34, 3F and 4E. RGB value is (52,63,78). Sum of RGB (Red+Green+Blue) = 52+63+78=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 78 - color contains mainly: blue. Hex color #343F4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343F4E is #CBC0B1. Grayscale: #3D3D3D. Windows color (decimal): -13353138 or 5127988. OLE color: 5127988.

HSL color Cylindrical-coordinate representation of color #343F4E: hue angle of 214.62º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #343F4E is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 63 78 -
CMYK 0.33 0.19 0 0.69
HSL 214.62º 0.2% 0.25% -
HSV(B) 214.62º 0.33% 0.31% -
XYZ 4.57 4.84 7.9 -
YUV 61.42 137.36 121.28 -
System Red Green Blue C M Y K H S L
Decimal 52 63 78 0.33 0.19 0 0.69 214.62 0.2 0.25
Hex 34 3F 4E 21 13 0 45 D7 14 19
Octal 64 77 116 41 23 0 105 327 24 31
Binary 110100 111111 1001110 100001 10011 0 1000101 11010111 10100 11001

Color Harmonies of #343F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343F4E

Black with #343F4E

Text Example


Text Example

White with #343F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343F4E; }

 p { color: rgb(52,63,78); }

 H1.HeaderClassName
 {
   color: #343F4E;
 }
 .AnyTagClassName
 {
   color: #343F4E;
 }
</style>

background-color css

<style>
 a { background-color: #343F4E; }

 a { background-color: rgb(52,63,78); }

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

border-color css

<style>
 span { border-color: #343F4E; }

 span { border-color: rgb(52,63,78); }

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