Html Css Color HEX #38414F Cloud Burst

📋 copy color: '#38414F'

red 56 ◦ green 65 ◦ blue 79

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

Shades of Cloud Burst #38414F

Tints of Cloud Burst #38414F

RGB

 RED value IS 56 (22.27% from 255) = 28%

 GREEN value IS 65 (25.78% from 255) = 32.5%

 BLUE value IS 79 (31.25% from 255) = 39.5%

R = 28%
G = 32.5%
B = 39.5%

CMYK

 C value IS 0.29

 M value IS 0.18

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#38414F (or 0x38414F) is known color: Cloud Burst. HEX triplet: 38, 41 and 4F. RGB value is (56,65,79). Sum of RGB (Red+Green+Blue) = 56+65+79=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 79 - color contains mainly: blue. Hex color #38414F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38414F is #C7BEB0. Grayscale: #3F3F3F. Windows color (decimal): -13090481 or 5194040. OLE color: 5194040.

HSL color Cylindrical-coordinate representation of color #38414F: hue angle of 216.52º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #38414F is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 65 79 -
CMYK 0.29 0.18 0 0.69
HSL 216.52º 0.17% 0.26% -
HSV(B) 216.52º 0.29% 0.31% -
XYZ 4.93 5.19 8.14 -
YUV 63.91 136.52 122.36 -
System Red Green Blue C M Y K H S L
Decimal 56 65 79 0.29 0.18 0 0.69 216.52 0.17 0.26
Hex 38 41 4F 1D 12 0 45 D9 11 1A
Octal 70 101 117 35 22 0 105 331 21 32
Binary 111000 1000001 1001111 11101 10010 0 1000101 11011001 10001 11010

Color Harmonies of #38414F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38414F

Black with #38414F

Text Example


Text Example

White with #38414F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38414F; }

 p { color: rgb(56,65,79); }

 H1.HeaderClassName
 {
   color: #38414F;
 }
 .AnyTagClassName
 {
   color: #38414F;
 }
</style>

background-color css

<style>
 a { background-color: #38414F; }

 a { background-color: rgb(56,65,79); }

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

border-color css

<style>
 span { border-color: #38414F; }

 span { border-color: rgb(56,65,79); }

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