Html Css Color HEX #23405F Catalina Blue

📋 copy color: '#23405F'

red 35 ◦ green 64 ◦ blue 95

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

Shades of Catalina Blue #23405F

Tints of Catalina Blue #23405F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.99%

 BLUE value IS 95 (37.5% from 255) = 48.97%

R = 18.04%
G = 32.99%
B = 48.97%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#23405F (or 0x23405F) is known color: Catalina Blue. HEX triplet: 23, 40 and 5F. RGB value is (35,64,95). Sum of RGB (Red+Green+Blue) = 35+64+95=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 95 (37.5% from 255 or 48.97% from 194); Max value from RGB is 95 - color contains mainly: blue. Hex color #23405F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23405F is #DCBFA0. Grayscale: #3A3A3A. Windows color (decimal): -14466977 or 6242339. OLE color: 6242339.

HSL color Cylindrical-coordinate representation of color #23405F: hue angle of 211º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #23405F is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 35 64 95 -
CMYK 0.63 0.33 0 0.63
HSL 211º 0.46% 0.25% -
HSV(B) 211º 0.63% 0.37% -
XYZ 4.59 4.85 11.52 -
YUV 58.86 148.39 110.98 -
System Red Green Blue C M Y K H S L
Decimal 35 64 95 0.63 0.33 0 0.63 211 0.46 0.25
Hex 23 40 5F 3F 21 0 3F D3 2E 19
Octal 43 100 137 77 41 0 77 323 56 31
Binary 100011 1000000 1011111 111111 100001 0 111111 11010011 101110 11001

Color Harmonies of #23405F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23405F

Black with #23405F

Text Example


Text Example

White with #23405F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23405F; }

 p { color: rgb(35,64,95); }

 H1.HeaderClassName
 {
   color: #23405F;
 }
 .AnyTagClassName
 {
   color: #23405F;
 }
</style>

background-color css

<style>
 a { background-color: #23405F; }

 a { background-color: rgb(35,64,95); }

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

border-color css

<style>
 span { border-color: #23405F; }

 span { border-color: rgb(35,64,95); }

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