Html Css Color HEX #34375A Deep Koamaru

📋 copy color: '#34375A'

red 52 ◦ green 55 ◦ blue 90

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

Shades of Deep Koamaru #34375A

Tints of Deep Koamaru #34375A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.92%

 BLUE value IS 90 (35.55% from 255) = 45.69%

R = 26.4%
G = 27.92%
B = 45.69%

CMYK

 C value IS 0.42

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#34375A (or 0x34375A) is known color: Deep Koamaru. HEX triplet: 34, 37 and 5A. RGB value is (52,55,90). Sum of RGB (Red+Green+Blue) = 52+55+90=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #34375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34375A is #CBC8A5. Grayscale: #393939. Windows color (decimal): -13355174 or 5912372. OLE color: 5912372.

HSL color Cylindrical-coordinate representation of color #34375A: hue angle of 235.26º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #34375A is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 55 90 -
CMYK 0.42 0.39 0 0.65
HSL 235.26º 0.27% 0.28% -
HSV(B) 235.26º 0.42% 0.35% -
XYZ 4.63 4.2 10.24 -
YUV 58.09 146.01 123.65 -
System Red Green Blue C M Y K H S L
Decimal 52 55 90 0.42 0.39 0 0.65 235.26 0.27 0.28
Hex 34 37 5A 2A 27 0 41 EB 1B 1C
Octal 64 67 132 52 47 0 101 353 33 34
Binary 110100 110111 1011010 101010 100111 0 1000001 11101011 11011 11100

Color Harmonies of #34375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34375A

Black with #34375A

Text Example


Text Example

White with #34375A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34375A; }

 p { color: rgb(52,55,90); }

 H1.HeaderClassName
 {
   color: #34375A;
 }
 .AnyTagClassName
 {
   color: #34375A;
 }
</style>

background-color css

<style>
 a { background-color: #34375A; }

 a { background-color: rgb(52,55,90); }

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

border-color css

<style>
 span { border-color: #34375A; }

 span { border-color: rgb(52,55,90); }

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