Html Css Color HEX #307EBA Curious Blue

📋 copy color: '#307EBA'

red 48 ◦ green 126 ◦ blue 186

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

Shades of Curious Blue #307EBA

Tints of Curious Blue #307EBA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35%

 BLUE value IS 186 (73.05% from 255) = 51.67%

R = 13.33%
G = 35%
B = 51.67%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#307EBA (or 0x307EBA) is known color: Curious Blue. HEX triplet: 30, 7E and BA. RGB value is (48,126,186). Sum of RGB (Red+Green+Blue) = 48+126+186=360 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.33% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #307EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307EBA is #CF8145. Grayscale: #6D6D6D. Windows color (decimal): -13599046 or 12222000. OLE color: 12222000.

HSL color Cylindrical-coordinate representation of color #307EBA: hue angle of 206.09º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #307EBA is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 126 186 -
CMYK 0.74 0.32 0 0.27
HSL 206.09º 0.59% 0.46% -
HSV(B) 206.09º 0.74% 0.73% -
XYZ 17.54 19.1 49.22 -
YUV 109.52 171.16 84.12 -
System Red Green Blue C M Y K H S L
Decimal 48 126 186 0.74 0.32 0 0.27 206.09 0.59 0.46
Hex 30 7E BA 4A 20 0 1B CE 3B 2E
Octal 60 176 272 112 40 0 33 316 73 56
Binary 110000 1111110 10111010 1001010 100000 0 11011 11001110 111011 101110

Color Harmonies of #307EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307EBA

Black with #307EBA

Text Example


Text Example

White with #307EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,126,186); }

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

background-color css

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

 a { background-color: rgb(48,126,186); }

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

border-color css

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

 span { border-color: rgb(48,126,186); }

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