Html Css Color HEX #34375B Deep Koamaru

📋 copy color: '#34375B'

red 52 ◦ green 55 ◦ blue 91

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

Shades of Deep Koamaru #34375B

Tints of Deep Koamaru #34375B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 45.96%

R = 26.26%
G = 27.78%
B = 45.96%

CMYK

 C value IS 0.43

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#34375B (or 0x34375B) is known color: Deep Koamaru. HEX triplet: 34, 37 and 5B. RGB value is (52,55,91). Sum of RGB (Red+Green+Blue) = 52+55+91=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 91 - color contains mainly: blue. Hex color #34375B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34375B is #CBC8A4. Grayscale: #3A3A3A. Windows color (decimal): -13355173 or 5977908. OLE color: 5977908.

HSL color Cylindrical-coordinate representation of color #34375B: hue angle of 235.38º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #34375B is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 52 55 91 -
CMYK 0.43 0.40 0 0.64
HSL 235.38º 0.27% 0.28% -
HSV(B) 235.38º 0.43% 0.36% -
XYZ 4.67 4.22 10.47 -
YUV 58.21 146.51 123.57 -
System Red Green Blue C M Y K H S L
Decimal 52 55 91 0.43 0.40 0 0.64 235.38 0.27 0.28
Hex 34 37 5B 2B 28 0 40 EB 1B 1C
Octal 64 67 133 53 50 0 100 353 33 34
Binary 110100 110111 1011011 101011 101000 0 1000000 11101011 11011 11100

Color Harmonies of #34375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34375B

Black with #34375B

Text Example


Text Example

White with #34375B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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