Html Css Color HEX #23375D Catalina Blue

📋 copy color: '#23375D'

red 35 ◦ green 55 ◦ blue 93

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

Shades of Catalina Blue #23375D

Tints of Catalina Blue #23375D

RGB

 RED value IS 35 (14.06% from 255) = 19.13%

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

 BLUE value IS 93 (36.72% from 255) = 50.82%

R = 19.13%
G = 30.05%
B = 50.82%

CMYK

 C value IS 0.62

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#23375D (or 0x23375D) is known color: Catalina Blue. HEX triplet: 23, 37 and 5D. RGB value is (35,55,93). Sum of RGB (Red+Green+Blue) = 35+55+93=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 93 (36.72% from 255 or 50.82% from 183); Max value from RGB is 93 - color contains mainly: blue. Hex color #23375D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23375D is #DCC8A2. Grayscale: #353535. Windows color (decimal): -14469283 or 6108963. OLE color: 6108963.

HSL color Cylindrical-coordinate representation of color #23375D: hue angle of 219.31º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #23375D is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 35 55 93 -
CMYK 0.62 0.41 0 0.64
HSL 219.31º 0.45% 0.25% -
HSV(B) 219.31º 0.62% 0.36% -
XYZ 4.04 3.88 10.89 -
YUV 53.35 150.37 114.91 -
System Red Green Blue C M Y K H S L
Decimal 35 55 93 0.62 0.41 0 0.64 219.31 0.45 0.25
Hex 23 37 5D 3E 29 0 40 DB 2D 19
Octal 43 67 135 76 51 0 100 333 55 31
Binary 100011 110111 1011101 111110 101001 0 1000000 11011011 101101 11001

Color Harmonies of #23375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23375D

Black with #23375D

Text Example


Text Example

White with #23375D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23375D; }

 p { color: rgb(35,55,93); }

 H1.HeaderClassName
 {
   color: #23375D;
 }
 .AnyTagClassName
 {
   color: #23375D;
 }
</style>

background-color css

<style>
 a { background-color: #23375D; }

 a { background-color: rgb(35,55,93); }

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

border-color css

<style>
 span { border-color: #23375D; }

 span { border-color: rgb(35,55,93); }

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