Html Css Color HEX #274468 Catalina Blue

📋 copy color: '#274468'

red 39 ◦ green 68 ◦ blue 104

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

Shades of Catalina Blue #274468

Tints of Catalina Blue #274468

RGB

 RED value IS 39 (15.63% from 255) = 18.48%

 GREEN value IS 68 (26.95% from 255) = 32.23%

 BLUE value IS 104 (41.02% from 255) = 49.29%

R = 18.48%
G = 32.23%
B = 49.29%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#274468 (or 0x274468) is known color: Catalina Blue. HEX triplet: 27, 44 and 68. RGB value is (39,68,104). Sum of RGB (Red+Green+Blue) = 39+68+104=211 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.48% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #274468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274468 is #D8BB97. Grayscale: #3F3F3F. Windows color (decimal): -14203800 or 6833191. OLE color: 6833191.

HSL color Cylindrical-coordinate representation of color #274468: hue angle of 213.23º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #274468 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 39 68 104 -
CMYK 0.62 0.35 0 0.59
HSL 213.23º 0.45% 0.28% -
HSV(B) 213.23º 0.63% 0.41% -
XYZ 5.4 5.57 13.89 -
YUV 63.43 150.89 110.57 -
System Red Green Blue C M Y K H S L
Decimal 39 68 104 0.62 0.35 0 0.59 213.23 0.45 0.28
Hex 27 44 68 3E 23 0 3B D5 2D 1C
Octal 47 104 150 76 43 0 73 325 55 34
Binary 100111 1000100 1101000 111110 100011 0 111011 11010101 101101 11100

Color Harmonies of #274468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274468

Black with #274468

Text Example


Text Example

White with #274468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274468; }

 p { color: rgb(39,68,104); }

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

background-color css

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

 a { background-color: rgb(39,68,104); }

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

border-color css

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

 span { border-color: rgb(39,68,104); }

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