Html Css Color HEX #307BAF Curious Blue

📋 copy color: '#307BAF'

red 48 ◦ green 123 ◦ blue 175

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

Shades of Curious Blue #307BAF

Tints of Curious Blue #307BAF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.55%

 BLUE value IS 175 (68.75% from 255) = 50.58%

R = 13.87%
G = 35.55%
B = 50.58%

CMYK

 C value IS 0.73

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#307BAF (or 0x307BAF) is known color: Curious Blue. HEX triplet: 30, 7B and AF. RGB value is (48,123,175). Sum of RGB (Red+Green+Blue) = 48+123+175=346 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.87% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 175 (68.75% from 255 or 50.58% from 346); Max value from RGB is 175 - color contains mainly: blue. Hex color #307BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307BAF is #CF8450. Grayscale: #6A6A6A. Windows color (decimal): -13599825 or 11500336. OLE color: 11500336.

HSL color Cylindrical-coordinate representation of color #307BAF: hue angle of 204.57º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #307BAF is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 123 175 -
CMYK 0.73 0.30 0 0.31
HSL 204.57º 0.57% 0.44% -
HSV(B) 204.57º 0.73% 0.69% -
XYZ 16.04 17.89 43.17 -
YUV 106.5 166.65 86.27 -
System Red Green Blue C M Y K H S L
Decimal 48 123 175 0.73 0.30 0 0.31 204.57 0.57 0.44
Hex 30 7B AF 49 1E 0 1F CD 39 2C
Octal 60 173 257 111 36 0 37 315 71 54
Binary 110000 1111011 10101111 1001001 11110 0 11111 11001101 111001 101100

Color Harmonies of #307BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307BAF

Black with #307BAF

Text Example


Text Example

White with #307BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307BAF; }

 p { color: rgb(48,123,175); }

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

background-color css

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

 a { background-color: rgb(48,123,175); }

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

border-color css

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

 span { border-color: rgb(48,123,175); }

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