Html Css Color HEX #30435C Catalina Blue

📋 copy color: '#30435C'

red 48 ◦ green 67 ◦ blue 92

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

Shades of Catalina Blue #30435C

Tints of Catalina Blue #30435C

RGB

 RED value IS 48 (19.14% from 255) = 23.19%

 GREEN value IS 67 (26.56% from 255) = 32.37%

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

R = 23.19%
G = 32.37%
B = 44.44%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30435C (or 0x30435C) is known color: Catalina Blue. HEX triplet: 30, 43 and 5C. RGB value is (48,67,92). Sum of RGB (Red+Green+Blue) = 48+67+92=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 92 - color contains mainly: blue. Hex color #30435C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30435C is #CFBCA3. Grayscale: #404040. Windows color (decimal): -13614244 or 6046512. OLE color: 6046512.

HSL color Cylindrical-coordinate representation of color #30435C: hue angle of 214.09º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #30435C is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 67 92 -
CMYK 0.48 0.27 0 0.64
HSL 214.09º 0.31% 0.27% -
HSV(B) 214.09º 0.48% 0.36% -
XYZ 5.16 5.42 10.9 -
YUV 64.17 143.71 116.47 -
System Red Green Blue C M Y K H S L
Decimal 48 67 92 0.48 0.27 0 0.64 214.09 0.31 0.27
Hex 30 43 5C 30 1B 0 40 D6 1F 1B
Octal 60 103 134 60 33 0 100 326 37 33
Binary 110000 1000011 1011100 110000 11011 0 1000000 11010110 11111 11011

Color Harmonies of #30435C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30435C

Black with #30435C

Text Example


Text Example

White with #30435C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30435C; }

 p { color: rgb(48,67,92); }

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

background-color css

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

 a { background-color: rgb(48,67,92); }

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

border-color css

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

 span { border-color: rgb(48,67,92); }

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