Html Css Color HEX #2D3463 Deep Koamaru

📋 copy color: '#2D3463'

red 45 ◦ green 52 ◦ blue 99

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

Shades of Deep Koamaru #2D3463

Tints of Deep Koamaru #2D3463

RGB

 RED value IS 45 (17.97% from 255) = 22.96%

 GREEN value IS 52 (20.7% from 255) = 26.53%

 BLUE value IS 99 (39.06% from 255) = 50.51%

R = 22.96%
G = 26.53%
B = 50.51%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#2D3463 (or 0x2D3463) is known color: Deep Koamaru. HEX triplet: 2D, 34 and 63. RGB value is (45,52,99). Sum of RGB (Red+Green+Blue) = 45+52+99=196 (25% of max value = 765). Red value is 45 (17.97% from 255 or 22.96% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #2D3463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D3463 is #D2CB9C. Grayscale: #373737. Windows color (decimal): -13814685 or 6501421. OLE color: 6501421.

HSL color Cylindrical-coordinate representation of color #2D3463: hue angle of 232.22º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2D3463 is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 45 52 99 -
CMYK 0.55 0.47 0 0.61
HSL 232.22º 0.38% 0.28% -
HSV(B) 232.22º 0.55% 0.39% -
XYZ 4.56 3.91 12.32 -
YUV 55.27 152.68 120.68 -
System Red Green Blue C M Y K H S L
Decimal 45 52 99 0.55 0.47 0 0.61 232.22 0.38 0.28
Hex 2D 34 63 37 2F 0 3D E8 26 1C
Octal 55 64 143 67 57 0 75 350 46 34
Binary 101101 110100 1100011 110111 101111 0 111101 11101000 100110 11100

Color Harmonies of #2D3463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D3463

Black with #2D3463

Text Example


Text Example

White with #2D3463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D3463; }

 p { color: rgb(45,52,99); }

 H1.HeaderClassName
 {
   color: #2D3463;
 }
 .AnyTagClassName
 {
   color: #2D3463;
 }
</style>

background-color css

<style>
 a { background-color: #2D3463; }

 a { background-color: rgb(45,52,99); }

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

border-color css

<style>
 span { border-color: #2D3463; }

 span { border-color: rgb(45,52,99); }

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