Html Css Color HEX #283C65 Catalina Blue

📋 copy color: '#283C65'

red 40 ◦ green 60 ◦ blue 101

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

Shades of Catalina Blue #283C65

Tints of Catalina Blue #283C65

RGB

 RED value IS 40 (16.02% from 255) = 19.9%

 GREEN value IS 60 (23.83% from 255) = 29.85%

 BLUE value IS 101 (39.84% from 255) = 50.25%

R = 19.9%
G = 29.85%
B = 50.25%

CMYK

 C value IS 0.60

 M value IS 0.41

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#283C65 (or 0x283C65) is known color: Catalina Blue. HEX triplet: 28, 3C and 65. RGB value is (40,60,101). Sum of RGB (Red+Green+Blue) = 40+60+101=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 101 (39.84% from 255 or 50.25% from 201); Max value from RGB is 101 - color contains mainly: blue. Hex color #283C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283C65 is #D7C39A. Grayscale: #3A3A3A. Windows color (decimal): -14140315 or 6634536. OLE color: 6634536.

HSL color Cylindrical-coordinate representation of color #283C65: hue angle of 220.33º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #283C65 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 40 60 101 -
CMYK 0.60 0.41 0 0.60
HSL 220.33º 0.43% 0.28% -
HSV(B) 220.33º 0.6% 0.4% -
XYZ 4.84 4.62 12.95 -
YUV 58.69 151.87 114.67 -
System Red Green Blue C M Y K H S L
Decimal 40 60 101 0.60 0.41 0 0.60 220.33 0.43 0.28
Hex 28 3C 65 3C 29 0 3C DC 2B 1C
Octal 50 74 145 74 51 0 74 334 53 34
Binary 101000 111100 1100101 111100 101001 0 111100 11011100 101011 11100

Color Harmonies of #283C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283C65

Black with #283C65

Text Example


Text Example

White with #283C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283C65; }

 p { color: rgb(40,60,101); }

 H1.HeaderClassName
 {
   color: #283C65;
 }
 .AnyTagClassName
 {
   color: #283C65;
 }
</style>

background-color css

<style>
 a { background-color: #283C65; }

 a { background-color: rgb(40,60,101); }

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

border-color css

<style>
 span { border-color: #283C65; }

 span { border-color: rgb(40,60,101); }

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