Html Css Color HEX #233A5C Catalina Blue

📋 copy color: '#233A5C'

red 35 ◦ green 58 ◦ blue 92

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

Shades of Catalina Blue #233A5C

Tints of Catalina Blue #233A5C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 31.35%

 BLUE value IS 92 (36.33% from 255) = 49.73%

R = 18.92%
G = 31.35%
B = 49.73%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#233A5C (or 0x233A5C) is known color: Catalina Blue. HEX triplet: 23, 3A and 5C. RGB value is (35,58,92). Sum of RGB (Red+Green+Blue) = 35+58+92=185 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.92% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 92 (36.33% from 255 or 49.73% from 185); Max value from RGB is 92 - color contains mainly: blue. Hex color #233A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233A5C is #DCC5A3. Grayscale: #363636. Windows color (decimal): -14468516 or 6044195. OLE color: 6044195.

HSL color Cylindrical-coordinate representation of color #233A5C: hue angle of 215.79º 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 #233A5C is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 35 58 92 -
CMYK 0.62 0.37 0 0.64
HSL 215.79º 0.45% 0.25% -
HSV(B) 215.79º 0.62% 0.36% -
XYZ 4.14 4.16 10.71 -
YUV 55 148.88 113.74 -
System Red Green Blue C M Y K H S L
Decimal 35 58 92 0.62 0.37 0 0.64 215.79 0.45 0.25
Hex 23 3A 5C 3E 25 0 40 D8 2D 19
Octal 43 72 134 76 45 0 100 330 55 31
Binary 100011 111010 1011100 111110 100101 0 1000000 11011000 101101 11001

Color Harmonies of #233A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233A5C

Black with #233A5C

Text Example


Text Example

White with #233A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233A5C; }

 p { color: rgb(35,58,92); }

 H1.HeaderClassName
 {
   color: #233A5C;
 }
 .AnyTagClassName
 {
   color: #233A5C;
 }
</style>

background-color css

<style>
 a { background-color: #233A5C; }

 a { background-color: rgb(35,58,92); }

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

border-color css

<style>
 span { border-color: #233A5C; }

 span { border-color: rgb(35,58,92); }

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