Html Css Color HEX #233B6B Catalina Blue

📋 copy color: '#233B6B'

red 35 ◦ green 59 ◦ blue 107

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

Shades of Catalina Blue #233B6B

Tints of Catalina Blue #233B6B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.35%

 BLUE value IS 107 (42.19% from 255) = 53.23%

R = 17.41%
G = 29.35%
B = 53.23%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#233B6B (or 0x233B6B) is known color: Catalina Blue. HEX triplet: 23, 3B and 6B. RGB value is (35,59,107). Sum of RGB (Red+Green+Blue) = 35+59+107=201 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.41% from 201); Green value is 59 (23.44% from 255 or 29.35% from 201); Blue value is 107 (42.19% from 255 or 53.23% from 201); Max value from RGB is 107 - color contains mainly: blue. Hex color #233B6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233B6B is #DCC494. Grayscale: #393939. Windows color (decimal): -14468245 or 7027491. OLE color: 7027491.

HSL color Cylindrical-coordinate representation of color #233B6B: hue angle of 220º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #233B6B is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 35 59 107 -
CMYK 0.67 0.45 0 0.58
HSL 220º 0.51% 0.28% -
HSV(B) 220º 0.67% 0.42% -
XYZ 4.91 4.55 14.53 -
YUV 57.3 156.05 112.1 -
System Red Green Blue C M Y K H S L
Decimal 35 59 107 0.67 0.45 0 0.58 220 0.51 0.28
Hex 23 3B 6B 43 2D 0 3A DC 33 1C
Octal 43 73 153 103 55 0 72 334 63 34
Binary 100011 111011 1101011 1000011 101101 0 111010 11011100 110011 11100

Color Harmonies of #233B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233B6B

Black with #233B6B

Text Example


Text Example

White with #233B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,59,107); }

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

background-color css

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

 a { background-color: rgb(35,59,107); }

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

border-color css

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

 span { border-color: rgb(35,59,107); }

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