Html Css Color HEX #23375B Catalina Blue

📋 copy color: '#23375B'

red 35 ◦ green 55 ◦ blue 91

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

Shades of Catalina Blue #23375B

Tints of Catalina Blue #23375B

RGB

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

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

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

R = 19.34%
G = 30.39%
B = 50.28%

CMYK

 C value IS 0.62

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#23375B (or 0x23375B) is known color: Catalina Blue. HEX triplet: 23, 37 and 5B. RGB value is (35,55,91). Sum of RGB (Red+Green+Blue) = 35+55+91=181 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.34% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #23375B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23375B is #DCC8A4. Grayscale: #343434. Windows color (decimal): -14469285 or 5977891. OLE color: 5977891.

HSL color Cylindrical-coordinate representation of color #23375B: hue angle of 218.57º degrees, saturation: 0.44, 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 #23375B is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 35 55 91 -
CMYK 0.62 0.40 0 0.64
HSL 218.57º 0.44% 0.25% -
HSV(B) 218.57º 0.62% 0.36% -
XYZ 3.95 3.85 10.43 -
YUV 53.12 149.37 115.07 -
System Red Green Blue C M Y K H S L
Decimal 35 55 91 0.62 0.40 0 0.64 218.57 0.44 0.25
Hex 23 37 5B 3E 28 0 40 DB 2C 19
Octal 43 67 133 76 50 0 100 333 54 31
Binary 100011 110111 1011011 111110 101000 0 1000000 11011011 101100 11001

Color Harmonies of #23375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23375B

Black with #23375B

Text Example


Text Example

White with #23375B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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