Html Css Color HEX #23375A Catalina Blue

📋 copy color: '#23375A'

red 35 ◦ green 55 ◦ blue 90

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

Shades of Catalina Blue #23375A

Tints of Catalina Blue #23375A

RGB

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

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

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

R = 19.44%
G = 30.56%
B = 50%

CMYK

 C value IS 0.61

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#23375A (or 0x23375A) is known color: Catalina Blue. HEX triplet: 23, 37 and 5A. RGB value is (35,55,90). Sum of RGB (Red+Green+Blue) = 35+55+90=180 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.44% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 90 (35.55% from 255 or 50% from 180); Max value from RGB is 90 - color contains mainly: blue. Hex color #23375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23375A is #DCC8A5. Grayscale: #343434. Windows color (decimal): -14469286 or 5912355. OLE color: 5912355.

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

Color convert

RGB 35 55 90 -
CMYK 0.61 0.39 0 0.65
HSL 218.18º 0.44% 0.25% -
HSV(B) 218.18º 0.61% 0.35% -
XYZ 3.9 3.83 10.21 -
YUV 53.01 148.87 115.15 -
System Red Green Blue C M Y K H S L
Decimal 35 55 90 0.61 0.39 0 0.65 218.18 0.44 0.25
Hex 23 37 5A 3D 27 0 41 DA 2C 19
Octal 43 67 132 75 47 0 101 332 54 31
Binary 100011 110111 1011010 111101 100111 0 1000001 11011010 101100 11001

Color Harmonies of #23375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23375A

Black with #23375A

Text Example


Text Example

White with #23375A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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