Html Css Color HEX #23374E Catalina Blue

📋 copy color: '#23374E'

red 35 ◦ green 55 ◦ blue 78

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

Shades of Catalina Blue #23374E

Tints of Catalina Blue #23374E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 46.43%

R = 20.83%
G = 32.74%
B = 46.43%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#23374E (or 0x23374E) is known color: Catalina Blue. HEX triplet: 23, 37 and 4E. RGB value is (35,55,78). Sum of RGB (Red+Green+Blue) = 35+55+78=168 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.83% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 78 (30.86% from 255 or 46.43% from 168); Max value from RGB is 78 - color contains mainly: blue. Hex color #23374E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23374E is #DCC8B1. Grayscale: #333333. Windows color (decimal): -14469298 or 5125923. OLE color: 5125923.

HSL color Cylindrical-coordinate representation of color #23374E: hue angle of 212.09º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #23374E is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 35 55 78 -
CMYK 0.55 0.29 0 0.69
HSL 212.09º 0.38% 0.22% -
HSV(B) 212.09º 0.55% 0.31% -
XYZ 3.43 3.64 7.73 -
YUV 51.64 142.87 116.13 -
System Red Green Blue C M Y K H S L
Decimal 35 55 78 0.55 0.29 0 0.69 212.09 0.38 0.22
Hex 23 37 4E 37 1D 0 45 D4 26 16
Octal 43 67 116 67 35 0 105 324 46 26
Binary 100011 110111 1001110 110111 11101 0 1000101 11010100 100110 10110

Color Harmonies of #23374E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23374E

Black with #23374E

Text Example


Text Example

White with #23374E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23374E; }

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

 H1.HeaderClassName
 {
   color: #23374E;
 }
 .AnyTagClassName
 {
   color: #23374E;
 }
</style>

background-color css

<style>
 a { background-color: #23374E; }

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

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

border-color css

<style>
 span { border-color: #23374E; }

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

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